home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / BookMagik / BookMagik_rx.doc < prev    next >
Text File  |  2000-05-16  |  2KB  |  136 lines

  1. BookMagikCx/AUTHOR                                         BookMagikCx/AUTHOR
  2.   NAME
  3.      AUTHOR
  4.  
  5.   SYNOPSIS
  6.      result = AUTHOR
  7.  
  8.   FUNCTION
  9.      returns the author information
  10.  
  11.   INPUTS
  12.      none
  13.  
  14.   RESULT
  15.      result - returns the author string of BookMagikCx
  16.  
  17. BookMagikCx/HIDE                                             BookMagikCx/HIDE
  18.  
  19.   NAME
  20.      HIDE
  21.  
  22.   SYNOPSIS
  23.      result = HIDE
  24.  
  25.   FUNCTION
  26.      hides the application window
  27.  
  28.   INPUTS
  29.      none
  30.  
  31.   RESULT
  32.     result - returns FALSE if not successful
  33.  
  34. BookMagikCx/ICONIFY                                       BookMagikCx/ICONIFY
  35.  
  36.   NAME
  37.      ICONIFY
  38.  
  39.   SYNOPSIS
  40.      result = ICONIFY
  41.  
  42.   FUNCTION
  43.      iconifies the application
  44.  
  45.   INPUTS
  46.      none
  47.  
  48.   RESULT
  49.      1 if successful, 0 for failure
  50.  
  51. BookMagikCx/IMPORT                                         BookMagikCx/IMPORT
  52.  
  53.   NAME
  54.      IMPORT
  55.  
  56.   SYNOPSIS
  57.      result = IMPORT FROM/A,TYPE/N/A
  58.  
  59.   FUNCTION
  60.      Imports the specified addressbook type to the aml addressbook
  61.  
  62.   INPUTS
  63.      from - file to import
  64.      type - file type to import
  65.  
  66.   RESULT
  67.     result = 1 for success, 0 for failure
  68.  
  69. BookMagikCx/QUIT                                             BookMagikCx/QUIT
  70.  
  71.   NAME
  72.      QUIT
  73.  
  74.   SYNOPSIS
  75.      void = QUIT
  76.  
  77.   FUNCTION
  78.      quits the application
  79.  
  80.   INPUTS
  81.      none
  82.  
  83.   RESULT
  84.      none
  85.  
  86. BookMagikCx/UNHIDE                                         BookMagikCx/UNHIDE
  87.  
  88.   NAME
  89.      UNHIDE
  90.  
  91.   SYNOPSIS
  92.      result = UNHIDE
  93.  
  94.   FUNCTION
  95.      restores the application window
  96.  
  97.   INPUTS
  98.      none
  99.  
  100.   RESULT
  101.      result - returns FALSE if not successful
  102.  
  103. BookMagikCx/UNICONIFY                                   BookMagikCx/UNICONIFY
  104.  
  105.   NAME
  106.      UNICONIFY
  107.  
  108.   SYNOPSIS
  109.      result = UNICONIFY
  110.  
  111.   FUNCTION
  112.      uniconifies the application
  113.  
  114.   INPUTS
  115.      none
  116.  
  117.   RESULT
  118.      result - 1 if successful, 0 for failure
  119.  
  120. BookMagikCx/VERSION                                       BookMagikCx/VERSION
  121.   NAME
  122.      VERSION
  123.  
  124.   SYNOPSIS
  125.      result = VERSION
  126.  
  127.   FUNCTION
  128.      returns the version string
  129.  
  130.   INPUTS
  131.      none
  132.  
  133.   RESULT
  134.      result - returns the version string of BookMagikCx
  135.  
  136.